/*首页-顶部导航*/
.navbar {
	background: #fff;
	height: 70px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.navbar-main {
	height: 70px;
}
.navigation-wrap {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 106px;
	height: 35px;
	margin-top: 20px;
}
.logo img {
	display: block;
	width: 100%;
	/*height: 100%;*/
}
.navigation {
	width: 1200px;
	height: 70px;
	/* margin-left: 45px; */
}
.navigation > li {
	float: left;
	/* padding: 0 15px; */
	height: 70px;
	line-height: 70px;
	/* margin-right: 10px; */
	box-sizing: border-box;
	position: relative;
	width: 120px;
	text-align: center;
}
.navigation li a {
	font-size: 16px;
	color: #333;
}
.navigation li a:hover {
	color: #cc0700;
}
.navigation li.active {
	border-bottom: none;
}
.navigation li.active::after {
	content: '';
	width: 40%;
	height: 3px;
	background: #cc0700;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ********************************************* */
.js-nav > li.nav-zxzx li a {
	color: #666 !important;
}
.js-nav > li.nav-zxzx li {
	height: 40px;
	line-height: 40px;
}
.js-nav li.nav-zxzx a:hover {
	color: #cc0700 !important;
}
.js-nav > li.nav-zxzx > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 4px;
	background: #fff;
	padding-bottom: 8px;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	width: 115px;
}
.js-nav > li.nav-zxzx:hover > ul {
	display: block;
}
.js-nav > li.nav-zxzx > ul > li > ul {
	padding-bottom: 8px;
	display: none;
	position: absolute;
	left: 100%;
	top: 135px;
	width: 100px;
	background: #fff;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
}
.js-nav > li.nav-zxzx > ul > li:hover > ul {
	display: block;
}
/* ********************************************* */
.navigation li.active a {
	color: #cc0700;
	/*border-bottom:3px solid #CC0700;*/
	/*padding-bottom:10px;*/
}
.search {
	width: 580px;
	height: 42px;
}
.search-wrap {
	width: 580px;
	height: 42px;
	border: 1px solid #cc0700;
	position: relative;
	left: 300px;
	top: 13px;
	border-radius: 4px;
}
.search-ipt {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	padding: 0 40px 0 20px;
	font-size: 12px;
	color: #555;
	border-radius: 4px;
}
.search-btn {
	display: block;
	width: 70px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background-size: 16px 16px;
	cursor: pointer;
	background: #cc0700;
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
}
/*添加搜索框删除快捷键*/
.header-clear-btn {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 17px !important;
	font-weight: normal !important;
	border-radius: 50%;
	/* border: 1px solid #666666; */
	position: absolute;
	right: 80px;
	top: 12px;
	font-size: 12px;
	opacity: 0.4;
	display: none;
	cursor: pointer;
	color: #666;
}
.search:hover .header-clear-btn {
	display: block;
}

.login {
	height: 30px;
	margin-top: 20px;
	width: 120px;
}
.login a {
	display: inline-block;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #cc0700;
	border: 1px solid #cc0700;
	border-radius: 4px;
	margin-left: 4px;
}
.login a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.login .register {
	background: #cc0700;
	color: #fff;
	border-radius: 4px;
}
/*登录后显示*/
.login-name {
	height: 30px;
	width: 120px;
	margin-top: 20px;
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../images/syzcfl/tximg.png) no-repeat left center;
	background-size: 20px 20px;
	position: relative;
}
.login-name .mc {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	background: url(../images/syzcfl/xjt.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.login-name .mc.sjt {
	background: url(../images/syzcfl/sjt.png) no-repeat right center;
}
.login-name-set {
	background: #fff;
	position: absolute;
	padding: 5px;
	top: 48px;
	right: 0px;
	left: 0px;
	z-index: 100;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	display: none;
}
.login-name-set li {
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.login-name-set li a {
	font-size: 13px;
	color: #666;
}
.login-name-set li a:hover {
	color: #cc0700;
}

/*导航招采分类浮层*/
.nav-zcfl {
	position: relative;
}
.nav-zcflmain {
	width: 1200px;
	height: 400px;
	background: #f6f7f9;
	z-index: 100;
	position: absolute;
	left: -84px;
	top: 70px;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	display: none;
}
.nav-zcflm-left {
	width: 290px;
	height: 400px;
	padding: 15px 0;
	box-sizing: border-box;
	background: #fff url(../images/syzcfl/dwbg.png) no-repeat right bottom;
}
.nav-zcflm-left .nav-zcflm-lmc {
	height: 42px;
	line-height: 42px;
	text-align: left;
	padding-left: 70px;
}
.nav-zcflm-left .nav-zcflm-tit {
	height: 32px;
	line-height: 32px;
	text-align: left;
	padding-left: 66px;
	font-weight: bold;
	font-size: 16px;
}
.nav-zcflm-left .nav-zcflm-tit a {
	font-weight: bold;
	font-size: 16px;
}
.nav-zcflm-left .nav-zcflm-tit a:hover {
	color: #cc0700;
}
.nav-zcflm-left .nav-zcflm-lmc b {
	font-weight: normal;
}
.nav-zcflmain .nav-zcflm-left .nav-zcflm-lmc a {
	color: #666;
}
.nav-zcflmain .nav-zcflm-left .nav-zcflm-tit a {
	color: #666;
}
.nav-zcflm-left .nav-zcflm-lmc a:hover {
	color: #cc0700;
}
.nav-zcflm-left .nav-zcflm-lmc a.dqzt {
	color: #cc0700;
}
.nav-zcflm-right {
	width: 910px;
	height: 400px;
	padding: 25px 40px;
	box-sizing: border-box;
	position: absolute;
	left: 290px;
	top: 0px;
	text-align: left;
	display: none;
}
.nav-zcflm-rgbox {
	margin-bottom: 10px;
}
.nav-zcflm-rgbox .tit {
	height: 44px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
}
.nav-zcflm-rgbox .cont {
	padding: 12px 0;
	line-height: 24px;
	font-size: 14px;
}
.nav-zcflm-right .nav-zcflm-rgbox .cont a {
	display: inline-block;
	color: #999;
	margin-right: 15px;
}
.nav-zcflm-rgbox .cont a:hover {
	color: #cc0700;
}
/*导航产品与服务浮层框*/
.nav-cpyfw {
	position: relative;
}
.nav-cpyfw-box {
	width: 86px;
	background: #fff;
	position: absolute;
	padding: 0 8px 10px 8px;
	top: 70px;
	left: 6px;
	z-index: 100;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	display: none;
	text-align: center;
}
.nav-cpyfw-box p {
	height: 40px;
	line-height: 40px;
}
.nav-cpyfw .nav-cpyfw-box p a {
	color: #666;
}
.nav-cpyfw-box p a:hover {
	color: #cc0700;
}

/*搜索框浮层*/
.search-fck {
	background: #fff;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	box-sizing: border-box;
	width: 580px;
	padding: 0px 20px;
	position: absolute;
	left: 0px;
	top: 48px;
	z-index: 100;
	display: none;
}
.search-fckbt {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	padding-left: 24px;
	font-weight: normal;
	background: url(../images/syzcfl/history.png) no-repeat left center;
	background-size: 20px 20px;
	position: relative;
}
.search-delete {
	position: absolute;
	right: 0px;
	top: 6px;
	width: 18px;
	height: 18px;
	background: url(../images/syzcfl/delete.png) no-repeat center center;
	cursor: pointer;
}
.search-fcknr {
	padding: 10px 0 15px;
}
.search-fcknr a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	color: #333;
	background: #f3f3f3;
	margin: 0 0 10px 0;
	border-radius: 100px;
}
.search-fcknr a:hover {
	color: #fff;
	background: #cc0700;
}

/*导航资讯中心浮层框*/
.nav-zxzx {
	position: relative;
}
.nav-zxzx-box {
	width: 84px;
	padding: 0 8px 10px 8px;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 12px;
	z-index: 100;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	text-align: center;
	display: none;
}
.nav-zxzx-box p {
	height: 40px;
	line-height: 40px;
}
.nav-zxzx .nav-zxzx-box p a {
	color: #666;
}
.nav-zxzx-box p a:hover {
	color: #cc0700;
}

.mainName-tip {
	position: absolute;
	z-index: 9999999;
	width: 100%;
	/* min-height: 100px; */
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	border-radius: 0 0 4px 4px;
	border: 1px solid #e4e7ed;
}

.mainName-tip ul {
	margin-bottom: 0;
}

.mainName-tip ul li {
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	padding: 0 5px;
}

.mainName-tip ul li:hover {
	background-color: #d9d9d9;
}
/*郑重声明入口*/
.declaration{
	width: 100%;
	height: 59px;
	text-align: center;
	background: linear-gradient(270deg, rgba(238, 197, 197, 0.8) 0%, rgba(255, 216, 216, 0.8) 30%, rgba(255, 227, 223, 0.8) 100%);
	position: fixed;
	top: 0;
	z-index: 990;
	left: 0;
	right: 0;
}
.declaration a{
	line-height: 59px;
	font-size: 18px;
	color: #CC0700;
	letter-spacing: 3px;
}
.declaration span {
	cursor: pointer;
	font-size: 24px;
	color: #333333;
	display: inline-block;
	margin-left: 119.5px;
}
.navbarNew{
	background: #fff;
	height: 70px;
	position: fixed;
	width: 100%;
	top: 59px;
	left: 0;
	right: 0;
	z-index: 999;
}

